UX Component
/documentation/pages/Guides/Mobile and Web Components/UX/index.xml
The UX component is an ideal choice for web and mobile application due to its versatility, including the wide range of controls for displaying and editing your data as well as it's ability to integrate with multiple data sources.
UX Component 'Dirty State'
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Data Controls/List/UX Component 'Dirty State'.xml
Just like standard UX Components controls (such as Textbox, Textarea, RadioButton, etc), the List control is bound to a UX component variable. When the value in any control changes the UX component is considered to be 'dirty'. So for example, if you open a UX and then select a row in a List, ghe UX will go from 'clean' to 'dirty'.
UX Component Client-Side API
/documentation/pages/Ref/Client_Api/UX/index.xml
Properties and methods availble for interacting with components and controls in a UX Component
UX Component - Videos
/documentation/pages/Guides/Mobile and Web Components/UX/UX Component - Videos.xml
Over 40 videos describing how to create, manipulate, and improve a UX component.
Refresh/synchronize embedded UX component
/documentation/pages/Ref/Action Javascript/Refresh synchronize embedded UX component.xml
Updates the argument values in the child UX component and refreshes the data shown in List controls and other controls that are based on data Series. Also causes the embedded UX component's 'onSynchronizeDialog' (client-side) and 'onSynchronize' (server-side) events to fire.
Placeholder for UX Component validation error messages
/documentation/pages/Guides/Mobile and Web Components/UX/Properties/Validation and Error Reporting/Placeholder for UX Component validation error messages.xml
This property is optional. Specify a placeholder for where global UX component validation errors should be shown. If you don't specify a value, a default location will be used. If your component uses Panels, then it is recommended that you specify a placeholder here; otherwise any error messages will be shown in a pop-up window. If you do not want the error messages to shown in a pop-up window specify ]]> as the value for the placeholder.
UX Component - User-Defined Sub-Themes
/documentation/pages/Guides/Mobile and Web Components/UX/Code/Javascript In UX Components/User-Defined Sub-Themes.xml
Most of the Javascript controls on a UX component support the concept of 'sub-themes'. This topic discusses how user-defined sub-themes can be added to a UX component.
UX Component - Mobile Applications - Location Information
/documentation/pages/Guides/Mobile and Web Components/UX/Code/Mobile Applications - Location Information.xml
Current location information can be used in several actions in Action Javascript. These actions include Ajax Callbacks, Centering a Map, Placing a Marker on a Map, Filtering a List for Records within the Vicinity of the Current Location.
Create a Chart in the UX Component
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Data Controls/Chart/Create a Chart in the UX Component.xml
This example shows how to create a simple pie chart with a Static data series.
Synchronize a UX Component with an Embedded UX Component
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Other Controls/Embedded Object/Synchronize UX Components with Embedded UX Components.xml